home *** CD-ROM | disk | FTP | other *** search
/ Into That Dark Night / Into That Dark Night.iso / pc / YadVashem / moreStab.dxr / Internal_9.ls < prev    next >
Encoding:
Text File  |  2001-06-12  |  124 b   |  7 lines

  1. on mouseDown
  2.   repeat while the mouseDown
  3.     set the visible of sprite the clickOn to 0
  4.     updateStage()
  5.   end repeat
  6. end
  7.